introspection: Fix parallel builds
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 22 Mar 2010 16:53:18 +0000 (12:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 22 Mar 2010 16:53:18 +0000 (12:53 -0400)
commit0a0e0a868acaeb09b5a16c66bc427df9fd8ea3a5
tree8aef92e9a893cd1470b7b1eef594de4345d483d4
parent086b952267eb5abc577b67bf9597f3ddbfb3f04c
introspection: Fix parallel builds

One needs to add an explicit dependency between the gir files and the
.la libtool wrapper as this dependency is not added automatically by
Makefile.introspection. Not adding these breaks parallel builds as make
does not wait for the .la to be generated before launching g-ir-scanner.
gdk-pixbuf/Makefile.am
gdk/Makefile.am